home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-04-10 | 1.1 KB | 32 lines | [TEXT/ttxt] |
- html A collection of functions for ouputting HTML.
- Useful in conjunction with the CGI module. This
- too is an ICI-only module.
- [icihtml.ici]
-
- xml An interface to James Clark's ``expat'' XML parser
- allowing ICI programs to read and process XML encoded
- data.
- [icixml.ici] Requires the expatLib
-
- serialisation Two new functions for ICI, save() and restore(),
- that allow nearly all objects to be transferred
- as bytes streams using ICI files. Can be used
- to archive objects or to transfer functions or
- data between interpreters. When combined with
- network connections this can be used to provide
- a environment for mobile programs.
- [icisave.so, icirestore.so]
-
- ps An ICI-only module to generate PostScript output.
- Not complete at all but very easy to add to and
- expand and suffices for simple output.
- [icips.ici]
-
- utype "User-defined types" for ICI. Not really but
- this module lets you create structure objects
- that can control access to the members. At a
- minimum it allows you to rename the type of
- a struct object to allow stricter type checking
- in ICI code.
- [iciutype.so]
-